configuration / chassis0 / slots / [SLOT-ID] / [gns190] / module

CLI REST-API

ssm

The submenu ssm (synchronization status message) contains the following:

Menus: none

Objects:
holdoff-time (Holdoff Time)
time-to-restore (Time to Restore)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ssm/holdoff-time
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ssm/time-to-restore

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ssm


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ssm


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ssm
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ssm
-d "{
  \"objects\": \"new-values\"
}"